elfloader: Re-add break stmt I stupidly removed from elf parser.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 2 Aug 2007 09:05:14 +0000 (10:05 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 2 Aug 2007 09:05:14 +0000 (10:05 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/common/libelf/libelf-loader.c

index 21e44be8485f00b1671832d061e8a20cb1f20841..3b6803638246d67802c0481534dff293e5cb09ea 100644 (file)
@@ -93,6 +93,8 @@ int elf_init(struct elf_binary *elf, const char *image, size_t size)
         elf->send = high;
         elf_msg(elf, "%s: symbol map: 0x%" PRIx64 " -> 0x%" PRIx64 "\n",
                 __FUNCTION__, elf->sstart, elf->send);
+
+        break;
     }
 
     return 0;